home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Auge 4000 / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).zip / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).adf / ARP-DOCS1.3 / Wait < prev    next >
Text File  |  1990-06-22  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4.      Wait(V1.3)              ARP User's Manual              Wait(V1.3)
  5.  
  6.  
  7.  
  8.      NAME
  9.           Wait - Delay a specified amount of time.
  10.  
  11.      SYNOPSIS
  12.           WAIT [nnnn] SEC=SECS/s MIN=MINS/s UNTIL/k
  13.  
  14.      DESCRIPTION
  15.           Wait will delay a specified number of seconds or minutes, or
  16.           until the specified time is reached.  This is most often
  17.           used in EXECUTE batch files for a delay. By default, all
  18.           units are in seconds. If no delay is specified, the default
  19.           delay is 1 second.
  20.  
  21.      OPTIONS
  22.           SEC=SECS
  23.                The number entered is the number of seconds (this is
  24.                the default) to wait.
  25.  
  26.           MIN=MINS
  27.                The number entered is the number of minutes to wait.
  28.  
  29.           UNTIL
  30.                The string entered is a valid time.  Wait will delay
  31.                until this time is reached.
  32.  
  33.           You may only specify one of UNTIL, MINS, or SECS for WAIT.
  34.  
  35.      EXAMPLE
  36.           WAIT
  37.  
  38.           WAIT 10 secs
  39.  
  40.           WAIT UNTIL 3:00
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                          (printed 4/28/89)
  64.  
  65.  
  66.  
  67.